ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Waterfall<T> Class / ShowIntermediateTotal Property

In This Topic
    ShowIntermediateTotal Property (Waterfall<T>)
    In This Topic
    Gets or sets a value that determines whether to show the intermediate total bar.The property should work with IntermediateToolPositions and IntermediateToolLabels property.
    Syntax
    'Declaration
     
    Public Property ShowIntermediateTotal As Boolean
    public bool ShowIntermediateTotal {get; set;}
    See Also